home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / mirror.dir / 00552.ls < prev    next >
Encoding:
Text File  |  1995-03-26  |  149 b   |  10 lines

  1. on exitFrame
  2.   global gStart, gEnd
  3.   set gFrame to (the timer / 25) + gStart
  4.   if gFrame > gEnd then
  5.     go(gEnd)
  6.   else
  7.     go(gFrame)
  8.   end if
  9. end
  10.